home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus Special 25 / AMIGAplus Sonderheft 25 (2000)(Falke)(DE)(Track 1 of 4)[!].iso / Updates / Patches / Rebootstart / STARTUP-SEQUENCE < prev    next >
Text File  |  2000-04-12  |  2KB  |  34 lines

  1. ;© 2000 script by Aldo Bianchi
  2. ;Example for Capital Punishment
  3.  
  4. Resident >NIL: execute PURE          ;do not remove this entry
  5. Resident >NIL: assign PURE           ;do not remove this entry
  6. execute rad1:s/programpath           ;do not remove this entry
  7. assign sys: ""                       ;do not remove this entry
  8. path sys:c add                       ;do not remove this entry
  9. assign fonts: sys:fonts              ;do not remove this entry
  10. assign libs: sys:libs                ;do not remove this entry
  11. assign devs: sys:devs                ;do not remove this entry
  12. assign env: sys:prefs/env-archive    ;do not remove this entry
  13. makedir ram:t                        ;do not remove this entry
  14. assign t: ram:t                      ;do not remove this entry
  15. run >nil: clicknot                   ;stop click on DF0
  16. if exists devs:Mountcdroom           ;do not remove this entry
  17. execute devs:Mountcdroom             ;do not remove this entry
  18. endif                                ;do not remove this entry
  19. execute rad1:programpath             ;do not remove this entry
  20. bootcontrol remove quiet             ;do not remove this entry
  21. remrad force                         ;do not remove this entry
  22.  
  23. ;***********************************************************************************
  24. execute cp                           ;put here the script or executable of the game
  25. ;***********************************************************************************
  26.  
  27. ;REMENBER:put always Execute before if the game runs with a script.
  28. run >nil: remrad force
  29. run >nil: reset                      ;reset computer if the game have an exit button
  30.                                      ;remove it is the game is shell-autoclose
  31. ;END of script
  32.  
  33.  
  34.